Click or drag to resize

AttributeCollectionItem Property

Gets or sets the value associated with the specified index. In C#, this property is the indexer for the AttributeCollection class.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Attribute this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: Attribute
See Also